runtime.fixalloc.free (method)
16 uses
runtime (current package)
malloc.go#L703: h.arenaHintAlloc.free(unsafe.Pointer(hint))
mcache.go#L118: mheap_.cachealloc.free(unsafe.Pointer(c))
mcleanup.go#L191: mheap_.specialCleanupAlloc.free(unsafe.Pointer(found))
mfixalloc.go#L104: func (f *fixalloc) free(p unsafe.Pointer) {
mgc.go#L1951: mheap_.specialReachableAlloc.free(unsafe.Pointer(s))
mheap.go#L1157: h.spanalloc.free(unsafe.Pointer(s))
mheap.go#L2011: mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
mheap.go#L2023: mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
mheap.go#L2252: mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
mheap.go#L2369: mheap_.specialfinalizeralloc.free(unsafe.Pointer(sf))
mheap.go#L2375: mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
mheap.go#L2381: mheap_.specialprofilealloc.free(unsafe.Pointer(sp))
mheap.go#L2389: mheap_.specialPinCounterAlloc.free(unsafe.Pointer(s))
mheap.go#L2398: mheap_.specialCleanupAlloc.free(unsafe.Pointer(sc))
pinner.go#L360: mheap_.specialPinCounterAlloc.free(unsafe.Pointer(counter))
proc.go#L5707: mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)